home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / seyon / 1-HISTORY < prev    next >
Text File  |  1995-05-03  |  3KB  |  74 lines

  1. ======================================================================
  2.  
  3.     This files gives a history of revisions to xcomm 2.2, the
  4.     text-based communication program Seyon was has its roots in. Seyon
  5.     is vastly different from xcomm though and including the changes
  6.     from xcomm to Seyon here would make no sense. This file is kept
  7.     just for historical reasons. The file CHANGES describes the
  8.     changes from the initial release of Seyon to the current one. It
  9.     does not, however, describe the changes from xcomm to the initial
  10.     release of Seyon. One thing to note is that although xcomm is
  11.     public domain, Seyon is not (though it's free). Read the file
  12.     COPYING for a full description of what the Seyon copyright
  13.     entails.
  14.  
  15. ======================================================================
  16.  
  17.  
  18.     xcomm       External (and XMODEM) Communications
  19.             By Eric E. Coe
  20.  
  21.             Version 2.0 and above by larry gensch, ESQ
  22.  
  23.    This program is in the public domain, and anyone can use it for
  24.    personal or non-profit use.  Feel free to study the code and borrow
  25.    from it (I borrowed from other programs to create it).
  26.  
  27.    I am supporting versions 2.0 and higher of XCOMM.  Information (bug
  28.    fixes, requests, etc.) may be sent to any one of the following electronic
  29.    addresses:
  30.  
  31.    CompuServe               [72236,3516]    UNIXFORUM
  32.    Bix                  lar3ry
  33.  
  34.    -lar3ry gensch
  35.     programmer extraordinaire
  36.  
  37.  
  38.         R E V I S I O N     H I S T O R Y
  39.  
  40. Version 2.2 larry gensch    12/8/87     Major code restructure
  41.     Reduced program and command options
  42.     Added SET command for setting various parameters
  43.     Added HANGUP command for disconnecting modem
  44.     Modified xccisb.c code to support CIS "Quick B" Protocol
  45.     Added xcscrpt.c code for processing script files
  46.     Added SCRIPT= parameter to phonebook processing (auto-logon scripts)
  47.     Added CIS parameter for CIS <ENQ> auto transfers
  48.     Added NL parameter for newline translation
  49.     Added HANGUP command from terminal mode
  50.     Added SCRIPT command from terminal mode
  51.  
  52. Version 2.1b    larry gensch    11/11/87    Bug Fix release
  53.     (no bugs in the code, just some portability fixes)
  54.     Changed "sigset" in xccisb to "signal"
  55.     Removed #include <setjmp.h> from xcxmdm
  56.  
  57. Version 2.1a    larry gensch    10/28/87    General Update
  58.     Added CIS "B" Protocol (c, ct commands)
  59.     Added BAUD= & BITS= parameters to phonelist file.
  60.     Switched some command letters
  61.     Revised command line parsing to use getopt()
  62.  
  63. Version 2.0 larry gensch    10/19/87    Revisions for System V.3
  64.     Basically version 1.1 with minor modifications
  65.  
  66. Version 1.1 Eric E Coe  7/21/85
  67.     Autodial for Hayes-compatible modem.
  68.     General rearranging of the code
  69.  
  70. Version 1.0 Eric E Coe  4/12/85
  71.     Program created
  72.  
  73.  
  74.